configuration / syncteam / references / [ID]

CLI REST-API

enabled

enabled
This is a read-write object and valid values are:




See also:
/configuration/syncteam/references/[ID]
/configuration/syncteam/references/[ID]/host
/configuration/syncteam/references/[ID]/clock
/configuration/syncteam/references/[ID]/source
/configuration/syncteam/references/[ID]/priority

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam/references/.*


Example using curl:
curl /api/configuration/syncteam/references/.*


Method: PATCH
URL: /api/configuration/syncteam/references/.*
Body:
{
  "enabled": true
}

Example using curl:
curl -X PATCH /api/configuration/syncteam/references/.* -d
{
  "enabled": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]